home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 46 / CD Expert nº 46 Interstate '76 NitroRiders.7z / CD Expert nº 46 Interstate '76 NitroRiders.bin / splash / strings.txt < prev    next >
Text File  |  1998-02-23  |  19KB  |  628 lines

  1. //
  2. //
  3. //    ==THIS IS THE LOCALIZATION-FRIENDLY "STRINGS" FILE==
  4. //    ========USED BY INSTALLSHIELD AND SPLASH.EXE========
  5. //
  6. //
  7. //    INSTRUCTIONS:
  8. //
  9. //    * Any line that starts with a // (double front slash) is
  10. //      ignored (commented) by Splash.exe and InstallShield.
  11. //
  12. //    * Any line that begins with a ## (double pound) is
  13. //      a string name definition.  This string name maps the string
  14. //      data to the euqivalent string in Installshield and splash.
  15. //      Changing this means that the string data will probably not get
  16. //      mapped correctly or will overwrite a different string, so don't
  17. //      change any name definitions unless you know what you're doing!
  18. //
  19. //    * Any line which is not a name definition or a comment is string data.
  20. //      A string data group is considered to be a set consecutive string data lines,
  21. //      and thus may include newline characters.
  22. //
  23. //    * you MAY change commented lines however you like.  
  24. //    
  25. //    * you MAY add or delete lines within a string group, so long as you do not
  26. //      delete the group, or put non-string data lines into the group.
  27. //
  28. //    * you MAY add commented lines, so long as you do not break up a string
  29. //      data group.
  30. //
  31. //    * you MAY change the order of the strings, so long as you also move the
  32. //      name definitions.  As this is prone to error, I suggest not doing it, though.
  33. //
  34. //    * THIS DOCUMENT MUST BE SAVED AS A .TXT FILE.
  35. //
  36. //    * Max string length = 512 characters.
  37. //
  38. //
  39. ////////////////////////////////////////////////////////////////////
  40. ////////////////////////////////////////////////////////////////////
  41. ////////////////////////////////////////////////////////////////////
  42. //
  43. ##    szFontName
  44. //
  45. //    This is here so that we can easily change the font used in
  46. //    our home-made dialog boxes.
  47. //
  48. Times New Roman
  49. ////////////////////////////////////////////////////////////////////
  50. ##    szFontHeight
  51. //
  52. //    szFontHeight is converted to an integer after being read to
  53. //    determine the size of the font to use
  54. //        
  55. 18
  56. ////////////////////////////////////////////////////////////////////
  57. ##    szCompanyName
  58. //
  59. //    After installation, this ends up as a registry key directly
  60. //    under the HKEY_LOCAL_MACHINE/SOFTWARE key.
  61. //
  62. Activision
  63. ////////////////////////////////////////////////////////////////////
  64. ##    szAppName
  65. //
  66. //    After installation, this ends up as a registry key directly
  67. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/szCompanyName key.
  68. //    This also ends up as the program folder icon name for the
  69. //    main executable.
  70. //
  71. Interstate '76 Nitro Riders
  72. ////////////////////////////////////////////////////////////////////
  73. ##    szRootDir
  74. //    The default "install to" path in InstallShield will be
  75. //    \Program Files\szCompanyName\szRootDir.
  76. //
  77. I76Nitro
  78. ////////////////////////////////////////////////////////////////////
  79. ##    szFTPReference
  80. //    The game updater uses this to recognize this game.
  81. //
  82. I76NITW95
  83. ////////////////////////////////////////////////////////////////////
  84. ##    szProgramExecutable
  85. //
  86. //    This is the actual name of the main executable program.
  87. //
  88. Nitro.exe
  89. ////////////////////////////////////////////////////////////////////
  90. ##    szProductKey
  91. //
  92. //    After installation, this ends up as a registry key directly
  93. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
  94. //    CurrentVersion/App Paths key.
  95. //    In some cases, this is the same as szProgramExecutable.
  96. //
  97. Tvf_exe
  98. ////////////////////////////////////////////////////////////////////
  99. ##    szProductVersion
  100. //    After installation, this ends up as a registry key directly
  101. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/szCompanyName/
  102. //    szAppName key.
  103. //
  104. 1.0
  105. ////////////////////////////////////////////////////////////////////
  106. ##    szProgramFolderName  
  107. //
  108. //    This is what gets put into the Windows95 Taskbar Start Menu.
  109. //    In other words, after installation there will be a folder
  110. //    called Windows\Start Menu\Programs\szProgramFolderName.
  111. //
  112. Interstate '76 Nitro Riders
  113. ////////////////////////////////////////////////////////////////////
  114. ##    szPlay  
  115. //
  116. Play I'76 Nitro Riders
  117. ////////////////////////////////////////////////////////////////////
  118. ##    szTechnicalHelp
  119. //
  120. Technical Help
  121. ////////////////////////////////////////////////////////////////////
  122. ##    szUninstall
  123. //
  124. Uninstall I'76 Nitro Riders
  125. ////////////////////////////////////////////////////////////////////
  126. ##    szUpgradeFolderName
  127. //
  128. //    these are the start menu items for the upgrade
  129. //
  130. Interstate '76
  131. ////////////////////////////////////////////////////////////////////
  132. ##    szPlayUpgrade
  133. //
  134. Interstate '76
  135. ////////////////////////////////////////////////////////////////////
  136. ##    szUpgradeHelp
  137. //
  138. Interstate '76 Help
  139. ////////////////////////////////////////////////////////////////////
  140. ##    szUninstallName
  141. //
  142. //    This is what shows up in the Add/Remove Programs list box
  143. //    located in the control panel after installation.
  144. //
  145. Interstate '76 Nitro Riders
  146. ////////////////////////////////////////////////////////////////////
  147. ##    szUninstallKey
  148. //
  149. //    After installation, this ends up as a registry key directly
  150. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
  151. //    CurrentVersion/Uninstall key.
  152. //
  153. I76NitroUninstallKey
  154. ////////////////////////////////////////////////////////////////////
  155. ##    szAppWindowName
  156. //
  157. //    To find out what this should be, run the game and press
  158. //    Ctrl-Alt-Delete.  The game's window name will show in the
  159. //    list box.  This variable is used to prevent Splash.exe from
  160. //    running when the game is already running.
  161. //
  162. Interstate '76 Nitro Pack
  163. ////////////////////////////////////////////////////////////////////
  164. ##    szAppWindowClass
  165. //
  166. //    This is similar to szAppWindowName.  Ask the Game's
  167. //    developers what they called the game's window class or use
  168. //    Spy++.  This is also used to detect if the games is running.
  169. //
  170. Interstate '76 Nitro Pack
  171. ////////////////////////////////////////////////////////////////////
  172. ##    szSplashScreenName
  173. //
  174. //    This is the name of the window and the window class of the
  175. //    splash screen.  This string shows up in the Ctrl-Alt-Delete
  176. //    dialog box when the splash screen is running.
  177. //
  178. The Interstate '76 Nitro Pack Splash Screen
  179. ////////////////////////////////////////////////////////////////////
  180. ##    sz16ColorWarning
  181. //
  182. //    This is self-explanatory.
  183. //
  184. Interstate '76 Nitro Riders does not support 16-color mode.
  185. ////////////////////////////////////////////////////////////////////
  186. ##    szMovieWarning
  187. //
  188. //    This is displayed to the user's system is in 256-color mode
  189. //    and attempts to play a high-color movie.
  190. //
  191. In order to play this movie, your system must be in 16-bit color mode or higher.  Please change your system's color mode and restart Splash.
  192. ////////////////////////////////////////////////////////////////////
  193. ##    szFindBitmapWarning
  194. //
  195. //    This is displayed to the user if there is an error (for
  196. //    whatever reason) loading a bmp from the disk.
  197. //
  198. Unable to load a necessary bitmap.  (See bmperror.log on your desktop.)
  199. ////////////////////////////////////////////////////////////////////
  200. ##    szOutOfMemoryWarning
  201. //
  202. //    This is displayed to the user whenever a call to "malloc"
  203. //    or "new" fails.
  204. //
  205. Unable to allocate enough RAM.
  206. ////////////////////////////////////////////////////////////////////
  207. ##    szFindBrowserWarning
  208. //
  209. //    This is displayed to the user if a web button is pressed and
  210. //    neither Netscape nor IExplore is found on their system.
  211. //
  212. Sorry, Splash was unable to find an appropriate web browser to perform this action.
  213. ////////////////////////////////////////////////////////////////////
  214. ##    szInformation
  215. //
  216. //    The localized translation of the word "Information."
  217. //
  218. Information
  219. ////////////////////////////////////////////////////////////////////
  220. //    DirectX Dialog Box Strings.
  221. //    Displayed when the user does not have DirectX installed.
  222. //
  223. ##    szDirectX
  224. //
  225. Microsoft DirectX 5 was not detected on your system.
  226.  
  227. This game requires Microsoft DirectX 5 drivers, which enhance the sound and graphics capabilities of your system. These drivers may not be compatible with some video cards and certain display modes.
  228.  
  229. DirectX 5 will be installed over your existing video card drivers and any previous versions of DirectX, after which you may be instructed to restart your computer.
  230.  
  231. If you do not want to install DirectX 5 or you believe that DirectX 5 is incompatible with your hardware, please click the Cancel button below.
  232. //
  233. ##    szMicrosoft
  234. //
  235. If you experience problems with DirectX, please contact Microsoft at:
  236.  
  237.  
  238. Microsoft Customer Sales and Service
  239.  
  240. One Microsoft Way
  241.  
  242. Redmond, WA  98052-6399, USA
  243.  
  244.  
  245. Call 1-800-426-9400, in the US
  246.  
  247. Call +1-206-882-8080 outside the United States
  248.  
  249.  
  250. Click OK to continue installing DirectX 5.  Click Cancel to cancel DirectX 5 installation.
  251. //
  252. ##    szDirectXInstalledNoRestart
  253. //
  254. DirectX 5 was successfully installed.
  255. //
  256. ##    szDirectXInstalledRestart
  257. //
  258. DirectX 5 was successfully installed.  You will need to restart you computer before playing Interstate '76 Nitro Pack.
  259. ////////////////////////////////////////////////////////////////////
  260. ##    szInsertCD
  261. //
  262. //    if something needs to be launched off the CD, this message text is given to the user
  263. //
  264. Please insert the Interstate '76 Nitro Riders CD in your CDROM drive.  Click OK when ready.
  265. ////////////////////////////////////////////////////////////////////
  266. ##    szWelcome
  267. //
  268. //    Welcome Dialog Box Strings
  269. //    Displayed on the InstallShield Welcome dialog box.
  270. //
  271. Welcome to the Interstate '76 Nitro Riders installation program.
  272.  
  273. We recommend that you shut down all other Windows programs before continuing.  You may click Cancel to quit Setup.
  274.  
  275. WARNING: This program is protected by copyright law and international treaties.  Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under law.
  276. ////////////////////////////////////////////////////////////////////
  277. ##    szWelcomeUpgrade
  278. //
  279. //    this is the upgrade screen welcome dialog box
  280. //
  281. Welcome to the Interstate '76 Upgrade installation program.
  282.  
  283. We recommend that you shut down all other Windows programs before continuing.  You may click Cancel to quit Setup.
  284.  
  285. WARNING: This program is protected by copyright law and international treaties.  Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under law.
  286. ////////////////////////////////////////////////////////////////////
  287. ##    szEreg
  288. //
  289. //    this is the ereg screen dialog text
  290. //
  291. Welcome to Activision's Electronic Registration Program!
  292.  
  293. By successfully registering your game now using your World Wide Web browser or modem, you will receive a $15 REBATE COUPON, be entered in our MONTHLY DRAWING and get other GREAT SAVINGS on Activision games and merchandise.  It is quick, easy and toll-free.
  294.  
  295. Would you like to register at this time?
  296. ////////////////////////////////////////////////////////////////////
  297. //
  298. //    3D acceleration type Dialog Box Strings
  299. //    Displayed on the InstallShield GameType dialog box.
  300. //
  301. ##    szGameType0
  302. //
  303. Installs the software version only.
  304. //
  305. ##    szGameType1
  306. //
  307. Installs the hardware accelerated version.  Requires a 3D accelerator video card.  Read the Help file for more information.
  308. ////////////////////////////////////////////////////////////////////
  309. //
  310. //    SetupType Dialog Box Strings
  311. //    Displayed on the InstallShield SetupType dialog box.
  312. //
  313. ##    szSetupType0
  314. //
  315. Full installation with 3D acceleration.  Requires 150 MB of free hard disk space.
  316. //
  317. ##    szSetupType1
  318. //
  319. Full installation.  Requires 116 MB of free hard disk space.
  320. //
  321. ##    szSetupType2
  322. //
  323. Minimum installation.  Requires 85 MB of free hard disk space.  You may experience longer load times.
  324. ////////////////////////////////////////////////////////////////////
  325. //
  326. //    AskDestPath Dialog Box Strings
  327. //    Displayed on the InstallShield AskDestPath dialog box.
  328. //
  329. ##    szAskDestPath0
  330. //
  331. Setup is about to copy Interstate '76 Nitro Riders files to your hard drive in the following directory:
  332. //
  333. ##    szAskDestPath1
  334. //
  335. Select Next to copy files, Back to select another install size or Change Directory to change the install directory.
  336. //
  337. ##    szDiskSpaceWarning0
  338. //
  339. You donÆt have enough space on your hard drive for this install.  (You need another
  340. //
  341. ##    szDiskSpaceWarning1
  342. //
  343. MB.)  Please choose a different directory.
  344. //
  345. ##    szDiskSpaceWarning2
  346. //
  347. You don't have enough space on your hard drive to upgrade Interstate '76.  (You need another
  348. //
  349. ##    szDiskSpaceWarning3
  350. //
  351. MB.)  Please choose a different install type or press Cancel to abort.
  352. //
  353. ##    szCopying
  354. //
  355. Copying Interstate '76 Nitro Riders program files...
  356. //
  357. ##    szCopyingUpgrade
  358. //
  359. Copying Interstate '76 Upgrade files...
  360. ////////////////////////////////////////////////////////////////////
  361. //
  362. //    Finish Dialog Box Strings (for finish and finish/restart dialogs)
  363. //    Displayed on the InstallShield Finish dialog box.
  364. //
  365. ##    szFinish0
  366. //
  367. Installation is now complete.
  368. //
  369. ##    szFinish1
  370. //
  371. Your installation of DirectX 5 requires that you restart your computer before playing Interstate '76 Nitro Pack.  You may do so now by selecting Restart or postpone this by selecting Finish.
  372. //
  373. ##    szFinish2
  374. //
  375. Remember, you must restart before playing Interstate '76 Nitro Riders!
  376. //
  377. ##    szFinish3
  378. //
  379. Your installation of DirectX 5 requires that you restart your computer before playing Interstate '76.  You may do so now by selecting Restart or postpone this by selecting Finish.
  380. //
  381. ##    szFinish4
  382. //
  383. Remember, you must restart before playing Interstate '76 Gold Edition!
  384. //
  385. ##    szFinish5
  386. //
  387. Don't forget to visit the Activision website at www.activision.com for the latest scoop on Interstate '76!
  388. ////////////////////////////////////////////////////////////////////
  389. //
  390. //    InstallShield warnings.
  391. //    Displayed when the user's system is missing one or more of
  392. //    the game's system requirements.
  393. //
  394. ##    szSystemRequirements1
  395. //
  396. Your system meets or exceeds the minimum system requirements.  Select Next to continue.
  397. //
  398. ##    szOSWarning
  399. //
  400. Windows 95 operating system.
  401. //
  402. ##    szCPUWarning
  403. //
  404. Pentium 90 or faster CPU.
  405. //
  406. ##    szRAMWarning
  407. //
  408. 16 MB of RAM.
  409. //
  410. ##    szCDROMSpeedWarning
  411. //
  412. CD-ROM should be 4x or faster.
  413. //
  414. ##    szTooManyWarning
  415. //
  416. Many of your computer components do not meet the requirements to play Interstate '76 Nitro Riders.  You may still choose to continue with the setup process.
  417. //
  418. ##    szTooManyUpgradeWarning
  419. //
  420. Many of your computer components do not meet the requirements to play the upgraded Interstate '76.  You may still choose to continue with the setup process.
  421. //
  422. ##    szErrorDetected
  423. //
  424. Warning: the following items on your system do not appear to meet the minimum system requirements.  You may still choose to continue with the setup process.
  425. ////////////////////////////////////////////////////////////////////
  426. //
  427. //    More InstallShield error messages. (wait to see if there are additional system requirements for the upgrade before
  428. //    changing strings to accomodate upgrade here.)
  429. //
  430. ##    ERROR_32BIT
  431. //
  432. Interstate '76 Nitro Riders requires a 32-bit operating system to install.
  433. //
  434. ##    ERROR_MOVEDATA
  435. //
  436. Errors occured during the move data process.  Refer to the copyerror.log file created on your desktop for details.
  437. //
  438. ##    ERROR_UNINSTSETUP
  439. //
  440. UnInstaller setup failed to initialize.  You may not be able to uninstall this product.
  441. //
  442. ##    szAskToQuit
  443. //
  444. Would you like to quit the Interstate '76 Nitro Riders setup process?
  445. //
  446. ##    szUpgradeAskToQuit
  447. //
  448. Would you like to quit the Interstate '76 Upgrade process?
  449. //
  450. ##    szExitSetup
  451. //
  452. The Interstate '76 Nitro Riders setup process has been terminated.
  453. //
  454. ##    szExitUpgrade
  455. //
  456. The Interstate '76 Upgrade process has been terminated. 
  457. //
  458. ##    szLanguageError
  459. //
  460. This product requires the English Language Windows 95/NT operating system. To find out if a version localized for your operating system is available for purchase, please contact your local Activision office.
  461. ////////////////////////////////////////////////////////////////////
  462. ##    szActivisionURL
  463. //
  464. //    localized activision web site URL
  465. //
  466. http://www.activision.com
  467. ////////////////////////////////////////////////////////////////////
  468. //
  469. //    help file command strings
  470. //
  471. ##    szHelpFile
  472. //
  473. readme.hlp
  474. //
  475. ##    szHelpPath
  476. //
  477. help\\
  478. //
  479. ##    szTechnicalHelpCommand
  480. //
  481. help.exe readme.hlp 5
  482. //
  483. ##    szTechnicalHelpCommand3D
  484. //
  485. help.exe readme.hlp 5
  486. //
  487. ##    szTechnicalHelpCommandSysReq
  488. //
  489. help.exe readme.hlp 2
  490. //
  491. ##    szTechnicalHelpCommandDirectX
  492. //
  493. help.exe readme.hlp 1
  494. ////////////////////////////////////////////////////////////////////
  495. //
  496. //    these lines are written below the play screen options
  497. //
  498. ##    szPlayText0
  499. //
  500. Software mode in full screen.
  501. //
  502. ##    szPlayText1
  503. //
  504. Software mode in a window.
  505. //
  506. ##    szPlayText2
  507. //
  508. Direct 3D version.  Click Help for more info.
  509. //
  510. ##    szPlayText3
  511. //
  512. Native Rendition version.  Click Help for more info.
  513. //
  514. ##    szPlayText4
  515. //
  516. Native 3Dfx version.  Click Help for more info.
  517. //
  518. ##    szPlayText5
  519. //
  520. Native PowerVR version.  Click Help for more info.
  521. ////////////////////////////////////////////////////////////////////
  522. ////////////////////////////////////////////////////////////////////
  523. ////////////////////////////////////////////////////////////////////
  524. //
  525. //    ====BELOW ARE SOME OF THE SYMOBLS THAT MAY BE NEEDED====
  526. //    ==========FOR YOUR COPY-N-PASTING PLEASURES=============
  527. //
  528. //    ASCII Value    Symbol
  529. //    161        í
  530. //    162        ó
  531. //    163        ú
  532. //    164        ñ
  533. //    165        Ñ
  534. //    166        ª
  535. //    167        º
  536. //    168        ¿
  537. //    169        ⌐
  538. //    170        ¬
  539. //    171        ½
  540. //    172        ¼
  541. //    173        ¡
  542. //    174        «
  543. //    175        »
  544. //    176        ░
  545. //    177        ▒
  546. //    178        ▓
  547. //    179        │
  548. //    180        ┤
  549. //    181        ╡
  550. //    182        ╢
  551. //    183        ╖
  552. //    184        ╕
  553. //    185        ╣
  554. //    186        ║
  555. //    187        ╗
  556. //    188        ╝
  557. //    189        ╜
  558. //    190        ╛
  559. //    191        ┐
  560. //    192        └
  561. //    193        ┴
  562. //    194        ┬
  563. //    195        ├
  564. //    196        ─
  565. //    197        ┼
  566. //    198        ╞
  567. //    199        ╟
  568. //    200        ╚
  569. //    201        ╔
  570. //    202        ╩
  571. //    203        ╦
  572. //    204        ╠
  573. //    205        ═
  574. //    206        ╬
  575. //    207        ╧
  576. //    208        ╨
  577. //    209        ╤
  578. //    210        ╥
  579. //    211        ╙
  580. //    212        ╘
  581. //    213        ╒
  582. //    214        ╓
  583. //    215        ╫
  584. //    216        ╪
  585. //    217        ┘
  586. //    218        ┌
  587. //    219        █
  588. //    220        ▄
  589. //    221        ▌
  590. //    222        ▐
  591. //    223        ▀
  592. //    224        α
  593. //    225        ß
  594. //    226        Γ
  595. //    227        π
  596. //    228        Σ
  597. //    229        σ
  598. //    230        µ
  599. //    231        τ
  600. //    232        Φ
  601. //    233        Θ
  602. //    234        Ω
  603. //    235        δ
  604. //    236        ∞
  605. //    237        φ
  606. //    238        ε
  607. //    239        ∩
  608. //    240        ≡
  609. //    241        ±
  610. //    242        ≥
  611. //    243        ≤
  612. //    244        ⌠
  613. //    245        ⌡
  614. //    246        ÷
  615. //    247        ≈
  616. //    248        °
  617. //    249        ∙
  618. //    250        ·
  619. //    251        √
  620. //    252        ⁿ
  621. //    253        ²
  622. //    254        ■
  623. //    255         
  624. //
  625. ////////////////////////////////////////////////////////////////////
  626. //
  627. //    =======DO NOT ALTER ANYTHING BELOW THIS LINE=======
  628. //    ====THIS IS THE LAST LINE OF THE "STRINGS" FILE====